home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / StarBurn 10.5 / StarBurnSetup.exe / {app} / StarWind / StarWindLite.10.exe / install_script.iss
Text File  |  2008-07-04  |  3KB  |  58 lines

  1. ;InnoSetupVersion=5.2.1
  2.  
  3. [Setup]
  4. AppName=StarWind Lite
  5. AppVerName=StarWind Lite, v10.0 (Build 20080630, Win32)
  6. AppId=StarWind Lite
  7. AppPublisher=Rocket Division Software
  8. AppPublisherURL=http://www.RocketDivision.com
  9. AppSupportURL=http://www.RocketDivision.com
  10. AppUpdatesURL=http://www.RocketDivision.com
  11. DefaultDirName={pf}\Rocket Division Software\StarWind Lite
  12. DefaultGroupName=Rocket Division Software\StarWind Lite
  13. UninstallDisplayIcon=..\StarWind\res\StarWind.ico
  14. OutputBaseFilename=in
  15. Compression=lzma
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\StarWindServicelite.exe"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: restartreplace 
  22. Source: "{app}\StarWindLite,1.cfg"; DestDir: "{app}"; DestName: "StarWindLite.cfg"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  23. Source: "{app}\license.txt"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  24. Source: "{sys}\msxml2r.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace sharedfile 
  25. Source: "{sys}\msxml2.dll"; DestDir: "{sys}"; MinVersion: 0.0,5.0; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  26. Source: "{app}\starwindlite,2.cfg"; DestDir: "{app}"; DestName: "starwindlite.cfg"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  27. Source: "{app}\config.xsd"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  28.  
  29. [Run]
  30. Filename: "{app}\StarWindServiceLite"; Parameters: "--install -o"; StatusMsg: "Installing the service..."; MinVersion: 0.0,5.0; 
  31. Filename: "{app}\StarWindServiceLite"; Parameters: "--start"; StatusMsg: "Starting the service..."; MinVersion: 0.0,5.0; 
  32.  
  33. [UninstallRun]
  34. Filename: "{app}\StarWindServiceLite"; Parameters: "--uninstall"; StatusMsg: "Uninstalling the service..."; MinVersion: 0.0,5.0; 
  35.  
  36. [Icons]
  37. Name: "{group}\License"; Filename: "{app}\license.txt"; WorkingDir: "{app}"; MinVersion: 0.0,5.0; 
  38.  
  39. [UninstallDelete]
  40. Type: filesandordirs; Name: "{app}\logs"; 
  41. Type: dirifempty; Name: "{app}"; 
  42.  
  43. [CustomMessages]
  44. default.NameAndVersion=%1 version %2
  45. default.AdditionalIcons=Additional icons:
  46. default.CreateDesktopIcon=Create a &desktop icon
  47. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  48. default.ProgramOnTheWeb=%1 on the Web
  49. default.UninstallProgram=Uninstall %1
  50. default.LaunchProgram=Launch %1
  51. default.AssocFileExtension=&Associate %1 with the %2 file extension
  52. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  53.  
  54. [Languages]
  55. ; These files are stubs
  56. ; To achieve better results after recompilation, use the real language files
  57. Name: "default"; MessagesFile: "embedded\default.isl"; 
  58.